#
# Hoi1 CORE(mod-Phoneix)1960 
#
#########################################################################
#  Anglo-Egyptian Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902100 
            random = no
            country = ENG

            trigger = {
                	war = { country = EGY country = ITA }
			NOT = {
				OR = {
					alliance = { country = GER country = EGY } 
					alliance = { country = SOV country = EGY } 
					alliance = { country = ENG country = EGY } 
					war = { country = EGY country = ENG }
					ispuppet = ENG
					ispuppet = EGY
					war = { country = GER country = ENG }
					}
				}
	              }

            name = CEVTNAME_902100
            desc = CEVTDESC_902100

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1959 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = ITA }
			command = { type = influence value = 5 } # good international relations
          		}
            action_b = { 
                        name = CEVTACTB_902100
                        command = { type = dissent value = 15 }
		       }
}

#########################################################################
#  Anglo-Egyptian Defense Treaty Activation : Turkey Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902101
            random = no
            country = ENG

            trigger = {
                   	war = { country = EGY country = TUR }
			NOT = {
				OR = {
					alliance = { country = GER country = EGY } 
					alliance = { country = SOV country = EGY } 
					alliance = { country = ENG country = EGY } 
					war = { country = EGY country = ENG }
					ispuppet = ENG
					ispuppet = EGY
					war = { country = GER country = ENG }
					}
				}
                 	}

            name = CEVTNAME_902101
            desc = CEVTDESC_902101

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1959 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = TUR }
			command = { type = influence value = 5 } # good international relations
			}
            action_b = { 
                        name = CEVTACTB_902100
                        command = { type = dissent value = 15 }
			}
}

#########################################################################
#  Anglo-Irak Defense Treaty Activation : Italian Agression
#########################################################################
# EVENT FOR TESTING
event = {  
            id = 902102
            random = no
            country = ENG

            trigger = {
        	        war = { country = IRQ country = ITA }
			NOT = {
				OR = {
					alliance = { country = GER country = IRQ } 
					alliance = { country = SOV country = IRQ } 
					alliance = { country = ENG country = IRQ } 
					war = { country = IRQ country = ENG }
					ispuppet = ENG
					ispuppet = IRQ
					war = { country = GER country = ENG }
					}
				}
              		}

            name = CEVTNAME_902102
            desc = CEVTDESC_902102

            style = 0

            date = { day = 1 month = january year = 1936 }
            offset = 1
            deathdate = { day = 30 month = december year = 1959 }
     
            action_a = { 
                        name = CEVTACTA_902100
                        command = { type = war which = ITA }
			command = { type = influence value = 5 } # good international relations
			}
            action_b = { 
			name = CEVTACTB_902100
			command = { type = dissent value = 15 }
			}
}

#########################################################################
#  Anglo-Irak Defense Treaty Activation : Turkey Agression
#########################################################################
# EVENT FOR TESTING
event = {  
        id = 902103
        random = no
        country = ENG

	trigger = {
		war = { country = IRQ country = TUR }
		NOT = {
			OR = {
				alliance = { country = GER country = IRQ } 
				alliance = { country = SOV country = IRQ } 
				alliance = { country = ENG country = IRQ } 
				war = { country = IRQ country = ENG }
				ispuppet = ENG
				ispuppet = IRQ
				war = { country = GER country = ENG }
				}
			}
		}

name = CEVTNAME_902103
desc = CEVTDESC_902103
style = 0

	date = { day = 1 month = january year = 1936 }
        offset = 1
	deathdate = { day = 30 month = december year = 1959 }
     
	action_a = { 
		name = CEVTACTA_902100
		command = { type = war which = TUR }
		command = { type = influence value = 5 } # good international relations
		}
	action_b = { 
		name = CEVTACTB_902100
		command = { type = dissent value = 15 }
		}
}

